/******************************
*MediaQuery IPAD
******************************/
@media (max-device-width: 768px) and (orientation: portrait) {
	.row .row{ padding: 0 -20px !important;}
    h4.summary a, .tribe-mobile-day-headin{color: #154e76 !important; font-family: "Roboto Condensed" !important;}
}

@media (max-device-width: 1024px) and (orientation: landscape) {
  h4.summary a, .tribe-mobile-day-headin{color: #154e76 !important; font-family: "Roboto Condensed" !important;}
}